home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00039.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  190 b   |  12 lines

  1. property s
  2. global shownqmessage
  3.  
  4. on beginSprite me
  5.   s = me.spriteNum
  6.   sprite(s).visible = not (shownqmessage = 1)
  7. end
  8.  
  9. on prepareFrame me
  10.   sprite(s).visible = not (shownqmessage = 1)
  11. end
  12.